home *** CD-ROM | disk | FTP | other *** search
-
- The E support modules of BGUI rely heavely on the usage of Mac2E. Mac2E is a
- macro pre-processor for the E language and it is © 1993, 1994 Lionel Vintenat.
-
- A reduced version of the Mac2E pre-processor package is part of the
- Amiga E v3.0 distribution. The full package should be available on AmiNet. The
- latest version of the package that I am know of is V4.0.
-
- I have written a small script which is located in the examples directory
- which pre-processes the source and compiles it to an executable in one go.
- This will save you the trouble of having to type in those mile-long names in
- the shell.
-
- To install the Amiga E support stuff you must copy the following files in
- the given directories:
-
- File: Destination dir:
- ----------------------------------------------------------------------
- mui.m -> EMODULES:
- libraries/mui.m -> EMODULES:libraries
- MacroFiles/bgui_macros.ma -> E:MacroFiles
- PreAnalizedMacroFiles/bgui_macros.pma -> E:PreAnalizedMacroFiles
- examples/ecomp -> E:Bin
-
- To use the EComp script you must install an environment variable which
- contains the directory of the pre-analized Mac2E macro files. This can simply
- be done by typing the following line in the shell:
-
- Echo >ENVARC:MAC2EMACROS E:PreAnalizedMacroFiles/
-
- After this you can move into the examples directory and compile the examples
- with:
-
- ecomp test bgui_macros.pma
- ecomp file bgui_macros.pma
- ecomp dm bgui_macros.pma
-
- Also note that I do not know E as well as I would like to so if the source of
- the examples strike you as wierd please forgive me for that.
-
- Enjoy,
- Jan
-